@charset "utf-8";

.webLeft{float: left; width: 240px; margin-right: 30px; margin-top: 20px; margin-bottom: 30px;}
.webRight{float: left; width: calc((100% - 270px)); margin: 20px 0;}


.leftbt{overflow:hidden;background: #2f318b;  height: 70px; line-height: 70px; text-align: center; font-size: 26px; color: #FFF; }

.sublist{overflow: hidden;}
.sublist ul{ border: 5px solid #2f318b;}
.sublist ul li{overflow: hidden; background: #f7f7f7; border-bottom: 3px solid #FFF; height: 50px; line-height: 50px; text-align: center;}
.sublist ul li a{color: #222; font-size: 15px; }
.sublist ul li.hover{ background: #2f318b; }
.sublist ul li.hover a{color: #FFF; font-weight: bold;}
.sublist ul li:hover{background: #2f318b;}
.sublist ul li:hover a{ color: #FFF; font-weight: bold;}

.left-lx{overflow: hidden; margin-top: 50px;border: 5px solid #2f318b;}
.left-lx .txt{ background:#f4f4f4;  padding: 15px; font-size: 14px; line-height: 30px; }
.left-lx .left-img img{width: 100%;}

.location{overflow: hidden; border-bottom: 1px dashed #e7e7e7; height: 50px; line-height: 50px;}
.location .here{overflow: hidden;}
.location .here i{float: left; overflow: hidden; background: #2f318b; width: 8px; height: 18px; margin-top: 15px; margin-right: 8px;}

/* 关于我们 */
.web_title{overflow: hidden;  border-bottom: 1px solid #e7e7e7; line-height: 50px; margin-bottom: 30px;}
.web_title span{display: inline-block; font-size: 22px; border-bottom: 2px solid #2f318b;  font-weight: bold;}
.pagecontact{ margin: 20px 0; line-height: 28px;}
.pagecontact img{max-width: 100%;}

.diqu{}
.diqu ul{ margin-left:-1%; margin-right:-1%; }
.diqu ul li{float: left; width: 43%; margin: 0 1%; border: 1px solid #e7e7e7; padding: 20px; margin-bottom: 30px;}
.diqu ul li h2{font-size: 18px;font-weight: bold; margin-bottom: 10px;}

/* 荣誉 */
.honor{overflow: hidden;margin: 30px 0;}
.honor ul{margin-left: -1%; margin-right: -1%;}
.honor ul li{ float:left;width: 31%; margin: 0 1%; margin-bottom: 30px;background: #FFF;border: 1px solid #f5f5f5;}
.honor ul li:hover{border: 1px solid #2f318b;}
.honor ul li .img{position: relative;height: 225px; overflow: hidden;   }
.honor ul li .img img{position: absolute;margin: auto;max-width: 100%;max-height: 100%;top: 0;right: 0;bottom: 0;left: 0; transition: all 0.6s;}
.honor ul li .img img:hover{transform:scale(1.1);}
.honor ul li h3{text-align:center; overflow:hidden; clear:both; font-size: 15px; padding: 15px 0;}

/* 产品列表 */
.product{overflow: hidden;margin: 30px 0;}
.product ul{margin-left: -1%; margin-right: -1%;}
.product ul li{ float:left;width: 31%; margin: 0 1%; margin-bottom: 30px;background: #FFF;border: 1px solid #f5f5f5;}
.product ul li:hover{border: 1px solid #2f318b;}
.product ul li .img{position: relative;height: 180px; overflow: hidden;   }
.product ul li .img img{position: absolute;margin: auto;max-width: 100%;max-height: 100%;top: 0;right: 0;bottom: 0;left: 0; transition: all 0.6s;}
.product ul li .img img:hover{transform:scale(1.1);}
.product ul li h2{text-align:center; overflow:hidden; clear:both; font-size: 15px; padding: 15px 0;}



/*新闻资讯*/

.newslist{}
.newslist ul{}
.newslist ul li{ overflow: hidden; margin-bottom: 20px; background: #FFF; border: 1px solid #E7E7E7; cursor: pointer;}
.newslist ul li:hover{border: 1px solid #2f318b;}
.newslist ul li .img{float: left; width: 300px; height: 200px;}
.newslist ul li .img img{width: 100%;}
.newslist ul li .text{float: left; width: calc(100% - 340px); padding: 20px; }
.newslist ul li .text h3{font-size: 18px; font-weight: bold;}
.newslist ul li .text .nr{line-height: 26px; font-size: 14px; color: #555; margin-top: 10px; text-align: justify;}
.newslist ul li .text .more{float: right; border: 1px solid #e7e7e7; width: 120px; height: 40px;line-height: 40px; text-align: center; margin-top: 20px;}
.newslist ul li:hover .text .more{ border: 1px solid #2f318b; background: #2f318b;}
.newslist ul li:hover a .text .more {color: #FFF;}

/*在线留言*/
.book{padding: 50px; overflow: hidden;}
.book ul{}
.book ul li{float: left; width: 100%;  padding: 10px 0;}
.book ul li span{float: left; font-size: 16px; width: 80px; line-height: 40px;}
.book ul li i{color: #FF0000; font-weight: bold; padding-left: 8px;}
.book ul li input{ height: 40px; line-height: 40px; padding:0 10px; width: 500px; border: 1px solid #ccc; border-radius: 8px;}
.book ul li textarea{ padding:0 10px; width: 500px; border: 1px solid #ccc;border-radius: 8px;}
.book ul li .yzm{width: 100px;}
.book .submit{font-size: 16px; background: #cb0c1c; width: 120px; line-height: 48px; height: 48px; text-align: center; border: 0; cursor: pointer; color: #FFF; margin-left: 80px; margin-top: 15px; border-radius: 8px;}



/*详情页*/
.Details_tit{overflow: hidden; text-align:center; font-size:32px; margin:50px 0; line-height:52px; }
.showbt{overflow: hidden; border-bottom: 1px solid #e7e7e7;}
.showbt span{ display: inline-block; padding: 10px 40px; color: #FFF; background: linear-gradient(to right, #f19b48 , #f47345);  font-size: 17px}

.Details{overflow: hidden; padding: 15px 0;}
.Details h1{ text-align: center; font-size: 30px; line-height: 50px; margin: 30px 0;}
.Details dt{ text-align: center; line-height: 50px; border-bottom: 1px solid #E7E7E7;border-top: 1px solid #E7E7E7;}

.Details-conent{overflow: hidden; margin: 30px 0; line-height: 32px;}
.Details-conent img{max-width: 100%; text-align: center;}


